object RunScriptDlg: TRunScriptDlg Left = 255 Top = 118 AutoSize = True BorderStyle = bsDialog Caption = 'Run Script' ClientHeight = 141 ClientWidth = 313 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 313 Height = 113 Shape = bsFrame end object Label1: TLabel Left = 12 Top = 20 Width = 43 Height = 13 Caption = 'Script file' end object Label2: TLabel Left = 12 Top = 84 Width = 44 Height = 13 Caption = 'File prefix' end object Label3: TLabel Left = 12 Top = 52 Width = 75 Height = 13 Caption = 'Output directory' end object OKBtn: TButton Left = 79 Top = 116 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 159 Top = 116 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ScriptSourceEdit: TEdit Left = 96 Top = 16 Width = 185 Height = 21 ReadOnly = True TabOrder = 2 end object FileButton: TButton Left = 280 Top = 16 Width = 25 Height = 21 Caption = '...' TabOrder = 3 OnClick = FileButtonClick end object PrefixEdit: TEdit Left = 96 Top = 80 Width = 121 Height = 21 MaxLength = 30 TabOrder = 4 end object DirButton: TButton Left = 280 Top = 48 Width = 25 Height = 21 Caption = '...' TabOrder = 5 OnClick = DirButtonClick end object DirectoryEdit: TEdit Left = 96 Top = 48 Width = 185 Height = 21 TabOrder = 6 end object OpenScriptDialog: TOpenDialog Filter = 'Script file (*.srp)|*.srp' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Left = 280 Top = 80 end object DirBrowseFolder: TBrowseFolder Flags = [bfFileSysDirsOnly, bfStatusText] ShowPathInStatusArea = False SyncCustomButton = False Left = 248 Top = 80 end end